how httpregistryfilter() in blackberry works?how to use [closed]
Posted
by
Sowjanya
on Programmers
See other posts from Programmers
or by Sowjanya
Published on 2012-09-03T09:14:45Z
Indexed on
2012/09/03
9:48 UTC
Read the original article
Hit count: 105
java
i am trying to start my application using an url in my device browser. for this i used this: HttpFilterRegistry.registerFilter("www.atsas23.com","com.rim.samples.device.push");
Here this method will registry my application with www.atsas23.com and the second one will call the protocol class ,which is their in com.rim.samples.device.push.
Now after doing ,still i am not getting .Means my app is not opening in browser.Can anybody tell why my application is not registering.what is going wrong.
© Programmers or respective owner